furny.ga.logger.entities
Class EvaluationRunEntry

java.lang.Object
  extended by furny.ga.logger.entities.EvaluationRunEntry

@Entity
public class EvaluationRunEntry
extends java.lang.Object

Database entry for an evaluation run.

Since:
11.08.2012
Author:
Stephan Dreyer

Field Summary
private  java.util.Date ended
          The ended date.
private  long id
          The id.
private  java.util.Date started
          The started date.
 
Constructor Summary
EvaluationRunEntry()
          Instantiates a new evaluation run entry.
 
Method Summary
 java.util.Date getEnded()
          Gets the ended date.
 long getId()
          Gets the id.
 java.util.Date getStarted()
          Gets the started date.
 void setEnded(java.util.Date ended)
          Sets the ended date.
private  void setId(long id)
          Sets the id.
 void setStarted(java.util.Date started)
          Sets the started date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private long id
The id.


started

private java.util.Date started
The started date.


ended

private java.util.Date ended
The ended date.

Constructor Detail

EvaluationRunEntry

public EvaluationRunEntry()
Instantiates a new evaluation run entry.

Method Detail

getId

public long getId()
Gets the id.

Returns:
the id

setId

private void setId(long id)
Sets the id.

Parameters:
id - the new id

getStarted

public java.util.Date getStarted()
Gets the started date.

Returns:
the started date

setStarted

public void setStarted(java.util.Date started)
Sets the started date.

Parameters:
started - the new started date

getEnded

public java.util.Date getEnded()
Gets the ended date.

Returns:
the ended date

setEnded

public void setEnded(java.util.Date ended)
Sets the ended date.

Parameters:
ended - the new ended date